home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #8 / CD 8 (Black) - 2001.iso / Tools / Uninstall Manager / um321.exe / UNINSMAN.EN_ / 0 / RCDATA / TOPTIONBOX / TOPTIONBOX.txt
Encoding:
Text File  |  2000-12-11  |  10.1 KB  |  400 lines

  1. object Optionbox: TOptionbox
  2.   Left = 264
  3.   Top = 125
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 331
  8.   ClientWidth = 442
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 277
  23.     Top = 298
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     ModalResult = 2
  28.     TabOrder = 0
  29.     OnClick = Button1Click
  30.   end
  31.   object Button4: TButton
  32.     Left = 361
  33.     Top = 298
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 2
  39.     OnClick = Button4Click
  40.   end
  41.   object PageControl1: TPageControl
  42.     Left = 5
  43.     Top = 8
  44.     Width = 431
  45.     Height = 280
  46.     ActivePage = TabSheet1
  47.     HotTrack = True
  48.     ParentShowHint = False
  49.     ShowHint = False
  50.     TabOrder = 1
  51.     object TabSheet1: TTabSheet
  52.       Caption = 'General'
  53.       object GroupBox2: TGroupBox
  54.         Left = 8
  55.         Top = 102
  56.         Width = 241
  57.         Height = 80
  58.         Caption = 'List'
  59.         TabOrder = 0
  60.         object Rowselbox: TCheckBox
  61.           Left = 12
  62.           Top = 52
  63.           Width = 117
  64.           Height = 17
  65.           Hint = 
  66.             'If checked, the cursor bar will mark the whole row and not only ' +
  67.             'the file name.'
  68.           Caption = 'Full row select'
  69.           TabOrder = 0
  70.         end
  71.         object Focusbox: TCheckBox
  72.           Left = 12
  73.           Top = 24
  74.           Width = 221
  75.           Height = 17
  76.           Hint = 
  77.             'If checked, files will be selected automatically if the mouse po' +
  78.             'inter is positioned over them for a short while.'
  79.           Caption = 'Mouse pointer automatically selects files'
  80.           TabOrder = 1
  81.         end
  82.       end
  83.       object GroupBox4: TGroupBox
  84.         Left = 8
  85.         Top = 12
  86.         Width = 404
  87.         Height = 80
  88.         Caption = 'General'
  89.         TabOrder = 1
  90.         object SendBox: TCheckBox
  91.           Left = 12
  92.           Top = 24
  93.           Width = 189
  94.           Height = 17
  95.           Hint = 
  96.             'If checked, you can restore deleted files later from recycle bin' +
  97.             '.'
  98.           Caption = 'Send deleted files to recycle bin'
  99.           Ctl3D = True
  100.           ParentCtl3D = False
  101.           TabOrder = 0
  102.         end
  103.         object Autobox: TCheckBox
  104.           Left = 12
  105.           Top = 52
  106.           Width = 189
  107.           Height = 17
  108.           Hint = 
  109.             'If checked, program will automatically start scanning for new ad' +
  110.             'ditions whenever you start Uninstall Manager.'
  111.           Caption = 'Automatic scanning at startup'
  112.           TabOrder = 1
  113.         end
  114.         object Filebox: TCheckBox
  115.           Left = 236
  116.           Top = 24
  117.           Width = 141
  118.           Height = 17
  119.           Hint = 
  120.             'If checked, file icons will be shown. (uncheck if you want a fas' +
  121.             'ter scanning)'
  122.           Caption = 'Show file icons '
  123.           TabOrder = 2
  124.         end
  125.         object Hintbox: TCheckBox
  126.           Left = 236
  127.           Top = 52
  128.           Width = 149
  129.           Height = 17
  130.           Hint = 'If checked, context help will be displayed on status bar.'
  131.           Caption = 'Enable context help'
  132.           TabOrder = 3
  133.         end
  134.       end
  135.       object GroupBox6: TGroupBox
  136.         Left = 8
  137.         Top = 192
  138.         Width = 241
  139.         Height = 48
  140.         Caption = 'Initial Drive:'
  141.         TabOrder = 2
  142.         object DriveComboBox1: TDriveComboBox
  143.           Left = 12
  144.           Top = 20
  145.           Width = 141
  146.           Height = 19
  147.           Hint = 'Select the drive that will be in use at statup of the program.'
  148.           TabOrder = 0
  149.           OnChange = DriveComboBox1Change
  150.         end
  151.       end
  152.       object ExpandSelection: TRadioGroup
  153.         Left = 280
  154.         Top = 102
  155.         Width = 131
  156.         Height = 139
  157.         Hint = 'Select the expand style of folder view.'
  158.         Caption = 'Folder panel expand style'
  159.         Items.Strings = (
  160.           'Full expand'
  161.           'Auto expand'
  162.           'No expand')
  163.         TabOrder = 3
  164.       end
  165.     end
  166.     object TabSheet2: TTabSheet
  167.       Caption = 'Exclude'
  168.       ImageIndex = 3
  169.       object GroupBox1: TGroupBox
  170.         Left = 8
  171.         Top = 12
  172.         Width = 404
  173.         Height = 232
  174.         Caption = 'Select the folders you want to exclude'
  175.         TabOrder = 2
  176.       end
  177.       object Button2: TButton
  178.         Left = 20
  179.         Top = 208
  180.         Width = 75
  181.         Height = 25
  182.         Hint = 'Click to add new folder for excluding.'
  183.         Caption = 'A&dd Folder...'
  184.         TabOrder = 0
  185.         OnClick = Button2Click
  186.       end
  187.       object Button3: TButton
  188.         Left = 114
  189.         Top = 208
  190.         Width = 75
  191.         Height = 25
  192.         Hint = 'Click to remove the folder that you select from the list.'
  193.         Caption = '&Remove'
  194.         TabOrder = 1
  195.         OnClick = Button3Click
  196.       end
  197.       object Button5: TButton
  198.         Left = 300
  199.         Top = 208
  200.         Width = 97
  201.         Height = 25
  202.         Hint = 'Click to include subfolders of selected folder.'
  203.         Caption = '&Include Subfolders'
  204.         TabOrder = 3
  205.         OnClick = Button5Click
  206.       end
  207.       object ListView1: TListView
  208.         Left = 20
  209.         Top = 42
  210.         Width = 378
  211.         Height = 156
  212.         Hint = 
  213.           'Shows the list of folders that will not be processed by the prog' +
  214.           'ram.'
  215.         Columns = <
  216.           item
  217.             Caption = 'Folder'
  218.             Width = 282
  219.           end
  220.           item
  221.             Caption = 'Subfolders'
  222.             Width = 80
  223.           end>
  224.         ColumnClick = False
  225.         ReadOnly = True
  226.         RowSelect = True
  227.         TabOrder = 4
  228.         ViewStyle = vsReport
  229.       end
  230.     end
  231.     object TabSheet3: TTabSheet
  232.       Caption = 'Color'
  233.       ImageIndex = 4
  234.       object GroupBox3: TGroupBox
  235.         Left = 8
  236.         Top = 12
  237.         Width = 404
  238.         Height = 232
  239.         Caption = 'Color Settings'
  240.         TabOrder = 0
  241.         object Shape1: TShape
  242.           Left = 206
  243.           Top = 30
  244.           Width = 153
  245.           Height = 27
  246.           Hint = 'Click to change color of file and folder panels.'
  247.           Brush.Color = clWindow
  248.           Shape = stRoundRect
  249.           OnMouseUp = Shape1MouseUp
  250.         end
  251.         object Label1: TLabel
  252.           Left = 20
  253.           Top = 40
  254.           Width = 94
  255.           Height = 13
  256.           Caption = 'Color of the panels :'
  257.         end
  258.         object Shape3: TShape
  259.           Left = 206
  260.           Top = 130
  261.           Width = 153
  262.           Height = 27
  263.           Hint = 'Click to change color of the view screen.'
  264.           Brush.Color = 8404992
  265.           Shape = stRoundRect
  266.           OnMouseUp = Shape3MouseUp
  267.         end
  268.         object Label2: TLabel
  269.           Left = 20
  270.           Top = 140
  271.           Width = 120
  272.           Height = 13
  273.           Caption = 'Color of the view screen :'
  274.         end
  275.         object Label3: TLabel
  276.           Left = 20
  277.           Top = 190
  278.           Width = 143
  279.           Height = 13
  280.           Caption = 'Font color of the view screen :'
  281.         end
  282.         object Shape4: TShape
  283.           Left = 206
  284.           Top = 180
  285.           Width = 153
  286.           Height = 27
  287.           Hint = 'Click to change font color of the view screen.'
  288.           Shape = stRoundRect
  289.           OnMouseUp = Shape4MouseUp
  290.         end
  291.         object Label4: TLabel
  292.           Left = 20
  293.           Top = 90
  294.           Width = 117
  295.           Height = 13
  296.           Caption = 'Font color of the panels :'
  297.         end
  298.         object Shape2: TShape
  299.           Left = 206
  300.           Top = 80
  301.           Width = 153
  302.           Height = 27
  303.           Hint = 'Click to change font color of file and folder panels.'
  304.           Brush.Color = clBlack
  305.           Shape = stRoundRect
  306.           OnMouseUp = Shape2MouseUp
  307.         end
  308.       end
  309.     end
  310.     object TabSheet4: TTabSheet
  311.       Caption = 'Quick Clean'
  312.       object GroupBox5: TGroupBox
  313.         Left = 8
  314.         Top = 12
  315.         Width = 404
  316.         Height = 84
  317.         Caption = 'Add to Quick Clean search list'
  318.         TabOrder = 0
  319.         object QCleanbox1: TCheckBox
  320.           Left = 12
  321.           Top = 24
  322.           Width = 181
  323.           Height = 17
  324.           Hint = 
  325.             'If checked, help index files (.gid) will be listed when cleaning' +
  326.             '.'
  327.           Caption = '.gid files (help file index)'
  328.           TabOrder = 0
  329.         end
  330.         object QCleanbox2: TCheckBox
  331.           Left = 12
  332.           Top = 52
  333.           Width = 205
  334.           Height = 17
  335.           Hint = 
  336.             'If checked, The files that is in windows temporary file(s) folde' +
  337.             'r will be listed when cleaning.'
  338.           Caption = 'Windows temporary file(s) folder'
  339.           TabOrder = 1
  340.         end
  341.       end
  342.     end
  343.     object TabSheet5: TTabSheet
  344.       Caption = 'Internet'
  345.       object RadioGroup2: TRadioGroup
  346.         Left = 8
  347.         Top = 12
  348.         Width = 404
  349.         Height = 65
  350.         Caption = 'MS Internet Explorer'
  351.         TabOrder = 0
  352.       end
  353.       object Msiebox: TCheckBox
  354.         Left = 20
  355.         Top = 42
  356.         Width = 217
  357.         Height = 17
  358.         Hint = 
  359.           'If checked, MS ∩┐╜nternet Explorer cache files will not be listed ' +
  360.           'as new files.'
  361.         Caption = 'Don'#39't list Msie caches   (recommended)'
  362.         ParentShowHint = False
  363.         ShowHint = False
  364.         TabOrder = 1
  365.       end
  366.       object RadioGroup4: TRadioGroup
  367.         Left = 8
  368.         Top = 104
  369.         Width = 404
  370.         Height = 65
  371.         Caption = 'Netscape Navigator'
  372.         TabOrder = 2
  373.       end
  374.       object Nebox: TCheckBox
  375.         Left = 20
  376.         Top = 132
  377.         Width = 245
  378.         Height = 17
  379.         Hint = 
  380.           'If checked, Netscape cache files will not be listed as new files' +
  381.           '.'
  382.         Caption = 'Don'#39't list Netscape caches   (recommended)'
  383.         TabOrder = 3
  384.       end
  385.     end
  386.   end
  387.   object ColorDialog1: TColorDialog
  388.     Ctl3D = True
  389.     Options = [cdFullOpen]
  390.     Left = 48
  391.     Top = 296
  392.   end
  393.   object dfsBrowseDirectoryDlg1: TdfsBrowseDirectoryDlg
  394.     Root = idDrives
  395.     ShowSelectionInStatus = False
  396.     Left = 16
  397.     Top = 296
  398.   end
  399. end
  400.